Next
|
Prev
|
Up
|
Top
|
Contents
|
Index
Object File Format and Dynamic Linking
This section describes how the compiler system
uses
"Executable and Linking Format"
(ELF) for object files
uses shared libraries called
"Dynamic Shared Objects"
(DSOs)
creates
"Position-Independent Code"
(PIC), by default, to support dynamic linking
Executable and Linking Format
Dynamic Shared Objects
Position-Independent Code
Next
|
Prev
|
Up
|
Top
|
Contents
|
Index